home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / APPEXPRT.PAK / CADDRSP.SNP < prev    next >
Text File  |  1997-05-06  |  767b  |  28 lines

  1. ##QUERY_BASE_NAME [[BaseName]]
  2. ##--BEGIN-- QUERY_CLASS_NAME [[ClassName]]
  3. ##"//{{[[ClassName]] Implementation}}" [[ClassMarker]]
  4. ##\\ClassMarker [[LookUp]]
  5. ##QUERY_FILE_CPP [[FileName]]
  6. ##^BOF
  7. ##? LookUp [[Search]]
  8. ##Search == FALSE
  9. ##:     %\\"Unable to add response table marker to [[FileName]].  "
  10. ##*
  11. ##^BOL
  12. ##@QUERY_APPL_COMMENT == VALUE_VERBOSE 3
  13. //
  14. // Build a response table for all messages/commands handled by the application.
  15. //
  16. ##VBXMIXIN == FALSE
  17. DEFINE_RESPONSE_TABLE1([[ClassName]], [[BaseName]])
  18. ##VBXMIXIN == TRUE
  19. DEFINE_RESPONSE_TABLE2([[ClassName]], [[BaseName]], TVbxEventHandler)
  20. //{{[[ClassName]]RSP_TBL_BEGIN}}
  21. //{{[[ClassName]]RSP_TBL_END}}
  22. END_RESPONSE_TABLE;
  23.  
  24.  
  25. ##^-3
  26. ##^BOL
  27. ##--END-- QUERY_CLASS_NAME [[ClassName]]
  28.